Ninja Database Pro
GetIndexRecordExactMatch Method (BaseSingleIndex<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > BaseSingleIndex<T,TIndex> Class : GetIndexRecordExactMatch Method
Get a list of Index Records that match the passed indexValue
Syntax
Public MustOverride Function GetIndexRecordExactMatch( _
   ByVal indexValue As TIndex _
) As List(Of SingleIndexRecord(Of T,TIndex))
Dim instance As BaseSingleIndex(Of T,TIndex)
Dim indexValue As TIndex
Dim value As List(Of SingleIndexRecord(Of T,TIndex))
 
value = instance.GetIndexRecordExactMatch(indexValue)
public abstract List<SingleIndexRecord<T,TIndex>> GetIndexRecordExactMatch( 
   TIndex indexValue
)
public:
abstract List<SingleIndexRecord<T^,TIndex^>^>^ GetIndexRecordExactMatch( 
   TIndex^ indexValue
) 

Parameters

indexValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseSingleIndex<T,TIndex> Class
BaseSingleIndex<T,TIndex> Members